Package es.csic.iiia.fabregues.dip.util
Class GameCloner
java.lang.Object
es.csic.iiia.fabregues.dip.util.GameCloner
public class GameCloner
extends java.lang.Object
Shows how to clone games.
- Author:
- Angela Fabregues, IIIA-CSIC, fabregues@iiia.csic.es
You can type
Game clon = GameCloner.clone(game);
to get a cloned version of game.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GameCloner()
-
Method Summary
-
Field Details
-
SCO
public static final java.lang.String SCO- See Also:
- Constant Field Values
-
NOW
public static final java.lang.String NOW- See Also:
- Constant Field Values
-
-
Constructor Details
-
GameCloner
public GameCloner()
-
-
Method Details